QvxTableHeader element
The QvxTableHeader element specifies data formatting information for a single table.
Child Element |
Description |
---|---|
MajorVersion |
Version number for the QVX format. Value - 1. |
MinorVersion |
Version number for the QVX format. Value - 0. |
CreateUtcTime |
Data formatting time specified in Coordinated Universal Time (UTC) time standard. |
TableName |
String defining source of the data, e.g. executed SQL statement. |
UsesSeparatorByte |
Flag specifying if extra byte for separating records is used. When record separator is used:
Record separators have to be used together with BlockSize, otherwise their use is optional. |
BlockSize |
The specified block size (>1, _int64) together with UsesSeparatorByte define a block structure to store formatted data. The use of block structure is optional and enables parallel load of the data. Blocks, except of the first one, are aligned to the whole file. |
Fields |
Contains QvxFieldHeader element specified for every table field. |